4D Chart v13CT SET AREA PROPERTY |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Chart v13
CT SET AREA PROPERTY
|
CT SET AREA PROPERTY ( area ; property ; value ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
4D Chart area | |||||
property | Integer |
![]() |
Property number | |||||
value | Integer |
![]() |
Property value | |||||
The CT SET AREA PROPERTY command is used to modify the value of a property in the 4D Chart area for the current session.
If you pass -1 in area, the CT SET AREA PROPERTY command will apply to all of the 4D Chart areas loaded subsequently during the session. In this case, it is advisable to use this command in the On Startup Database Method.
The following properties can be modified:
property | value | Meaning |
0 = Saving of templates in Client/Server mode | 0 | On client |
1 | On server | |
1= Loading of templates in Client/Server mode | 0 | On client |
1 | On server |
By default, the templates are saved and read on the server machine.
Product: 4D Chart
Theme: CT Area Control
Number:
14997
Created: 4D Chart 2003